home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 6 / The Arsenal Files 6 (Arsenal Computer).ISO / pcboard / st_uldl.zip / DOWNLOAD.PPE (.txt) < prev    next >
PCBoard Programming Language Executable  |  1996-03-27  |  993b  |  80 lines

  1. ;------------------------------------------------------------------------------
  2. ;                                                   .ss.
  3. ;                                                   `²²'
  4. ;             .,sS$Ss,,s$  .,sS$$$Ss.  .,sS$Ss,,s$ .ss.  .sSs.
  5. ;           .d$$²^°²$$$$'.d$P²°^^²$P'.d$$²^°²$$$$'.$$$' .$$$²Sb,.
  6. ;           $$$'   .$$$' $$$²Sçsµ²' .$$$'   .$$$'.$$$' .$$$'  `$$b.
  7. ;           $$$b,,d$$$' ,$$$b,....,s$$$$b,,d$$$'.$$$;.,$$$'    ;$$$
  8. ;           `²S$$S²²S$$S²°²S$$$$S²°°²S$$$$$$',$$S²°²S$S'.sS$$$P²'
  9. ;                                    .sS²°$$$²²°"'       d²°'
  10. ;                                  .$$²  .$$'
  11. ;                                  $$$.,d$$'
  12. ;                                  `²S$$S²'
  13. ;------------------------------------------------------------------------------
  14. ; P.P.L.X. 2.OO                          (C)1996 - Lone Runner / AEGiS CoRP'96 
  15. ;------------------------------------------------------------------------------
  16. ; PPE 2.OO (plain) - Analysis ON - Postprocessing ON
  17. ;------------------------------------------------------------------------------
  18.  
  19.     String   TSTRING001(3)
  20.     Int      INT001
  21.     Int      INT002
  22.     Int      INT003
  23.  
  24. ;------------------------------------------------------------------------------
  25.  
  26.     TSTRING001(1) = "@X08"
  27.     TSTRING001(2) = "@X07"
  28.     TSTRING001(3) = "@X0F"
  29.     INT001 = GetX()
  30.     INT002 = GetY()
  31.     For INT003 = 1 To 3
  32.         AnsiPos INT001, INT002
  33.         Print TSTRING001(INT003)
  34.         Print "(@FNUM@) Enter The Filename to Download (Enter=None)"
  35.         Delay 2
  36.     Next
  37.  
  38. ;------------------------------------------------------------------------------
  39. ;
  40. ; Usage report (before postprocessing)
  41. ;
  42. ; ■ Statements used :
  43. ;
  44. ;    2       Goto 
  45. ;    7       Let 
  46. ;    2       Print 
  47. ;    1       If 
  48. ;    1       Delay 
  49. ;    1       AnsiPos 
  50. ;
  51. ;
  52. ; ■ Functions used :
  53. ;
  54. ;    1       +
  55. ;    1       <
  56. ;    1       <=
  57. ;    2       >=
  58. ;    1       !
  59. ;    2       &&
  60. ;    1       ||
  61. ;    1       GetX()
  62. ;    1       GetY()
  63. ;
  64. ;------------------------------------------------------------------------------
  65. ;
  66. ; Analysis flags : No flag
  67. ;
  68. ;------------------------------------------------------------------------------
  69. ;
  70. ; Postprocessing report
  71. ;
  72. ;    1       For/Next
  73. ;    0       While/EndWhile
  74. ;    0       If/Then or If/Then/Else
  75. ;    0       Select Case
  76. ;
  77. ;------------------------------------------------------------------------------
  78. ;                 AEGiS Corp - Break the routines, code against the machines!
  79. ;------------------------------------------------------------------------------
  80.